Where can I find the list of all SQL-standard-mandated aggregate functions? [on hold]
Posted
by
einpoklum
on Stack Overflow
See other posts from Stack Overflow
or by einpoklum
Published on 2013-10-30T16:01:49Z
Indexed on
2013/10/31
15:54 UTC
Read the original article
Hit count: 283
I know that different DBMSes support different aggregate functions; for example:
I want to get the list of aggregates mandated by the SQL standard. Or, to be more precise, the lists of mandatory aggregates for SQL 1992, 1998, 2003, 2008 and 2011 - with 2011 being the most important to me.
Edit: Of course if I buy a copy of the standards I could compile these lists myself. My question is whether they're accessible somewhere online.
© Stack Overflow or respective owner